repeat wait() until script:FindFirstChild("ServerScript") local S = script.ServerScript.Value local CamFocus = game:GetService("Players").LocalPlayer:WaitForChild("CamFocus") while true do wait(0.5) if CamFocus.Value and CamFocus.Value.Parent then game.Workspace.CurrentCamera.CameraSubject = CamFocus.Value end end